home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.2
- date 88.06.29.15.16.11; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.26.15.40.37; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @Add ifdefs so that file can't be processed twice.
- @
- text
- @/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- *
- * @@(#)inet.h 5.1 (Berkeley) 5/30/85
- */
-
- #ifndef _INET
- #define _INET
-
- /*
- * External definitions for
- * functions in inet(3N)
- */
- unsigned long inet_addr();
- char *inet_ntoa();
- struct in_addr inet_makeaddr();
- unsigned long inet_network();
-
- #endif _INET
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d9 3
- d20 2
- @
-